CAPI bool_t U_EXPORT2 icu_isBigEndian (void)

Retrun true if this platform is big-endian, that is, if the number 0x1234 is stored 0x12, 0x34 in memory

Documentation

Retrun true if this platform is big-endian, that is, if the number 0x1234 is stored 0x12, 0x34 in memory. Return false if this platform is little-endian, and is, if 0x1234 is stored 0x34, 0x12 in memory.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de